-
Notifications
You must be signed in to change notification settings - Fork 0
merge feature/2/create-first-version #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ (cd code/python && \ uv init --bare \ --name keyring-insecure-backend \ --package \ --python 3.10)
+ add file header, order sections alphabetically, replace " by ', add classifiers, description, license; reset version to 0.0.0 + NOTE: attempting to create a venv at this stage fails with $ (cd code/python && uv sync) ... (python exception leaked by uv omitted) ... ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/ ... ... builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (keyring_insecure_backend). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment.
Resolved 15 packages in 304ms Built keyring-insecure-backend @ file:/// [...] ... keyring-insecure-backend/code/python Prepared 6 packages in 570ms Uninstalled 1 package in 1ms Installed 6 packages in 4ms + jaraco-classes==3.4.0 + jaraco-context==6.0.1 + jaraco-functools==4.1.0 + keyring==25.6.0 ~ keyring-insecure-backend==0.0.0 (from file:/// [...] ... keyring-insecure-backend/code/python) + more-itertools==10.6.0
Resolved 16 packages in 385ms Built keyring-insecure-backend @ file:/// [...] ... keyring-insecure-backend/code/python Prepared 2 packages in 1.18s Uninstalled 1 package in 2ms Installed 2 packages in 3ms ~ keyring-insecure-backend==0.0.0 (from file:/// [...] ... keyring-insecure-backend/code/python) + ruff==0.9.10
$ (cd code/python && uv remove --group dev ruff) ...
use in own conf file model; add conf: works but logs to stdout, not file
then process handler confs, finally call dictConfig(...) with the result
init members to None so they always exist and to list them all; move secrets setup to own method; rename _data_dict to _secrets; verify there is at least one logger conf'd, use first if more than one
fails with `error: No files found to publish` (presumably) because artifacts / package was built in build workflow, is not available here
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.